gtk4.git
15 years agoSplit the GtkProgressBar::orientation property
Matthias Clasen [Thu, 2 Sep 2010 03:24:20 +0000 (23:24 -0400)]
Split the GtkProgressBar::orientation property

We splict the orientation property into a GtkOrientation and a
'inverted' boolean, the same way that GtkRange is set up.

15 years agoRename GtkIconView::orientation property
Matthias Clasen [Thu, 2 Sep 2010 03:03:48 +0000 (23:03 -0400)]
Rename GtkIconView::orientation property

Rename the ::orientation property of GtkIconView to item-orientation,
which is both clearer and avoids the conflict with the orientation
property of GtkOrientable implementations.

15 years ago Remove GtkRange::activate-slider
Matthias Clasen [Thu, 2 Sep 2010 02:09:44 +0000 (22:09 -0400)]
 Remove GtkRange::activate-slider

This was a style property to let theme engines 'opt-in' to more
correct behaviour while maintaining compatibility with existing
themes. GTK+ 3 engines are expected to handle the more correct
behaviour.

15 years agoRemove GtkRange::stepper-position-details
Matthias Clasen [Thu, 2 Sep 2010 01:48:44 +0000 (21:48 -0400)]
Remove GtkRange::stepper-position-details

This was a style property to let theme engines 'opt-in' to more
correct behaviour while maintaining compatibility with existing
themes. GTK+ 3 engines are expected to handle the more correct
behaviour.

15 years agoRemove GtkRange::trough-side-details
Matthias Clasen [Thu, 2 Sep 2010 01:30:47 +0000 (21:30 -0400)]
Remove GtkRange::trough-side-details

This was a style property to let theme engines 'opt-in' to more
correct behaviour while maintaining compatibility with existing
themes. GTK+ 3 engines are expected to handle the more correct
behaviour.

15 years agoRemove GtkTreeView::row-ending-details
Matthias Clasen [Thu, 2 Sep 2010 00:58:39 +0000 (20:58 -0400)]
Remove GtkTreeView::row-ending-details

    This was a style property to let theme engines 'opt-in' to more
    correct behaviour while maintaining compatibility with existing
    themes. GTK+ 3 engines are expected to handle the more correct
    behaviour.

15 years agoRemove GtkEntry::state-hint
Matthias Clasen [Thu, 2 Sep 2010 00:21:21 +0000 (20:21 -0400)]
Remove GtkEntry::state-hint

This was a style property to let theme engines 'opt-in' to more
correct behaviour while maintaining compatibility with existing
themes. GTK+ 3 engines are expected to handle the more correct
behaviour.

15 years agoUpdate NEWS for 2.90.7
Matthias Clasen [Thu, 2 Sep 2010 00:09:10 +0000 (20:09 -0400)]
Update NEWS for 2.90.7

15 years agoWrap box assimilation
Matthias Clasen [Thu, 2 Sep 2010 00:03:30 +0000 (20:03 -0400)]
Wrap box assimilation

Some coding style cleanups, rename Priv to Private, add docs

15 years agoUpdate GtkButtonBox docs
Matthias Clasen [Wed, 1 Sep 2010 23:15:59 +0000 (19:15 -0400)]
Update GtkButtonBox docs

15 years agogtkscale: move documentation to inline comments
Javier Jardón [Wed, 1 Sep 2010 18:18:22 +0000 (20:18 +0200)]
gtkscale: move documentation to inline comments

15 years agogtktexttagtable: move documentation to inline comments
Javier Jardón [Wed, 1 Sep 2010 17:49:44 +0000 (19:49 +0200)]
gtktexttagtable: move documentation to inline comments

15 years agogtktypeutils: move documentation to inline comments
Javier Jardón [Wed, 1 Sep 2010 17:36:19 +0000 (19:36 +0200)]
gtktypeutils: move documentation to inline comments

15 years agogtkimcontextsimple: move documentation to inline comments
Javier Jardón [Wed, 1 Sep 2010 17:29:02 +0000 (19:29 +0200)]
gtkimcontextsimple: move documentation to inline comments

15 years agogtkimmulticontext: move documentation to inline comments
Javier Jardón [Wed, 1 Sep 2010 17:23:52 +0000 (19:23 +0200)]
gtkimmulticontext: move documentation to inline comments

15 years agoAdd correct namespace prefix to ColorSelectionPrivate
Colin Walters [Wed, 1 Sep 2010 17:10:48 +0000 (13:10 -0400)]
Add correct namespace prefix to ColorSelectionPrivate

gobject-introspection is now more strict about garbage in public headers.

15 years agodocs: Further fix GtkStock documentation
Carl-Anton Ingmarsson [Wed, 1 Sep 2010 15:43:06 +0000 (17:43 +0200)]
docs: Further fix GtkStock documentation

Some icons were left out from the
commit 9688665334db1fe451a5141a0b1c241f09fc49d0

https://bugzilla.gnome.org/show_bug.cgi?id=628308

Signed-off-by: Javier Jardón <jjardon@gnome.org>
15 years agocontainer: use priv in last commit
Stefan Kost [Wed, 1 Sep 2010 14:31:44 +0000 (17:31 +0300)]
container: use priv in last commit

container->focus_child to container->priv->focus_child

15 years agowidget: more details on gtk_widget_grab_focus docs
Stefan Kost [Wed, 1 Sep 2010 12:13:09 +0000 (15:13 +0300)]
widget: more details on gtk_widget_grab_focus docs

Tell that widget needs to be mapped and realized.

15 years agocontainer: clarify the docs
Stefan Kost [Fri, 20 Aug 2010 10:55:41 +0000 (13:55 +0300)]
container: clarify the docs

Hightlight more that focus_child is a container internal thing and suggest
what application developers most likely were looking for instead.

15 years agocontainer: don't leak the focus_child ref count
Stefan Kost [Fri, 20 Aug 2010 10:48:17 +0000 (13:48 +0300)]
container: don't leak the focus_child ref count

gtk_conatiner_set_focus_child() takes a ref. Release the ref in _destroy().
Fixes #414712.

15 years agoFix GtkStock documentation
Matthias Clasen [Tue, 31 Aug 2010 04:30:59 +0000 (00:30 -0400)]
Fix GtkStock documentation

After the big icon rename, all the links in the docs have to
be updated, and we need to copy the right icons.

15 years agointrospection: Update to new scanner API
Colin Walters [Fri, 27 Aug 2010 21:32:43 +0000 (17:32 -0400)]
introspection: Update to new scanner API

* Add --warn-all
* Drop unnecessary  of --strip-prefix; for GdkX11, use --symbol-prefix

https://bugzilla.gnome.org/show_bug.cgi?id=628160

15 years agoPorting MS Windows theme engine to cairo - Part 1: stippling
Fridrich Štrba [Tue, 31 Aug 2010 16:02:31 +0000 (18:02 +0200)]
Porting MS Windows theme engine to cairo - Part 1: stippling

15 years agoPorting the MS Windows theme engine to cairo - Part 2 rectangle and line drawing
Fridrich Štrba [Tue, 31 Aug 2010 16:03:52 +0000 (18:03 +0200)]
Porting the MS Windows theme engine to cairo - Part 2 rectangle and line drawing

15 years agoUpdated Indonesian translation
Dirgita [Tue, 31 Aug 2010 14:38:52 +0000 (21:38 +0700)]
Updated Indonesian translation

15 years agoUpdated Indonesian translation
Dirgita [Tue, 31 Aug 2010 14:34:05 +0000 (21:34 +0700)]
Updated Indonesian translation

15 years agogtk/gtkwindow: use accessor functions to access GtkWidget
Javier Jardón [Sun, 15 Aug 2010 14:49:55 +0000 (16:49 +0200)]
gtk/gtkwindow: use accessor functions to access GtkWidget

15 years agogtk/gtkplug.c: Use accessor functions to access GtkWindow
Javier Jardón [Tue, 17 Aug 2010 13:14:20 +0000 (15:14 +0200)]
gtk/gtkplug.c: Use accessor functions to access GtkWindow

15 years agoAdded _gtk_widget_get_wmclass() internal function
Javier Jardón [Sun, 29 Aug 2010 16:53:39 +0000 (18:53 +0200)]
Added _gtk_widget_get_wmclass() internal function

Needed by GtkPlug

15 years agoUpdated Hungarian translation
Gabor Kelemen [Tue, 31 Aug 2010 00:28:25 +0000 (02:28 +0200)]
Updated Hungarian translation

15 years agoUpdated Hungarian translation
Gabor Kelemen [Tue, 31 Aug 2010 00:26:03 +0000 (02:26 +0200)]
Updated Hungarian translation

15 years agoGtkScrolledWindow: move public members to private structure
Javier Jardón [Mon, 30 Aug 2010 23:24:30 +0000 (01:24 +0200)]
GtkScrolledWindow: move public members to private structure

15 years agoGail: use accessor functions to access GtkScrolledWindow
Javier Jardón [Mon, 30 Aug 2010 23:33:15 +0000 (01:33 +0200)]
Gail: use accessor functions to access GtkScrolledWindow

15 years agoFixed minimum increment calculation of GailScaleButton.
Szilárd Pfeiffer [Mon, 30 Aug 2010 18:15:09 +0000 (20:15 +0200)]
Fixed minimum increment calculation of GailScaleButton.

Also implemented to use the adjustment to determine the current, minimum,
maximum values and mimimum increment just as the other widgets which have
adjustment.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626710

15 years ago[win32] Properly draw the menu separator for Windows Vista/7.
Martin Schlemmer [Mon, 30 Aug 2010 18:03:04 +0000 (20:03 +0200)]
[win32] Properly draw the menu separator for Windows Vista/7.
Also adds the bits for transparency.

15 years ago[win32] Use pango_win32_font_description_from_logfontw() to get
Martin Schlemmer [Mon, 30 Aug 2010 18:00:53 +0000 (20:00 +0200)]
[win32] Use pango_win32_font_description_from_logfontw() to get
the system font, instead of the code duplication.

15 years ago[win32] Fix some warnings related to type differences and unused variables
Martin Schlemmer [Mon, 30 Aug 2010 17:57:42 +0000 (19:57 +0200)]
[win32] Fix some warnings related to type differences and unused variables

15 years agoDrop Win32 DLL ABI compatibility cruft
Tor Lillqvist [Mon, 30 Aug 2010 11:57:48 +0000 (14:57 +0300)]
Drop Win32 DLL ABI compatibility cruft

No need for that any longer as we are changing DLL name.

15 years agoFixed GtkToolPalette realize() vfunc.
Tristan Van Berkom [Mon, 30 Aug 2010 09:25:14 +0000 (18:25 +0900)]
Fixed GtkToolPalette realize() vfunc.

It seems with latest GSEAL work for widget->window access a
call to gtk_widget_set_window() was missed (added the window
assignment and now the palette shows up in Glade again).

15 years agoFixing email address in copyright header for testwrapbox test.
Tristan Van Berkom [Mon, 30 Aug 2010 09:24:41 +0000 (18:24 +0900)]
Fixing email address in copyright header for testwrapbox test.

15 years agoMiscellaneous property string fixes
Philip Withnall [Sat, 28 Aug 2010 12:51:41 +0000 (13:51 +0100)]
Miscellaneous property string fixes

15 years agomodules/other/gail/gailtogglebutton.c: Add/remove indeterminate state
Szilárd Pfeiffer [Sun, 29 Aug 2010 17:21:05 +0000 (19:21 +0200)]
modules/other/gail/gailtogglebutton.c: Add/remove indeterminate state

GailToggleButton does not set/unset ATK_STATE_INDETERMINATE according to the
value of GtkToggleButton's inconsistent property.

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=626537

15 years agoAdd gtk_calendar_day_is_marked() function
Javier Jardón [Sun, 29 Aug 2010 17:14:24 +0000 (19:14 +0200)]
Add gtk_calendar_day_is_marked() function

The marked state of calendar day is not accessible

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627028

15 years agoFix typo in GtkIMContextClass doc.
Daiki Ueno [Tue, 27 Jul 2010 08:09:45 +0000 (17:09 +0900)]
Fix typo in GtkIMContextClass doc.

15 years agoUpdated Serbian translation
Милош Поповић [Sun, 29 Aug 2010 18:14:16 +0000 (20:14 +0200)]
Updated Serbian translation

15 years agoFix Win32 build
Tor Lillqvist [Sun, 29 Aug 2010 09:40:56 +0000 (12:40 +0300)]
Fix Win32 build

15 years agoRemove deprecated GTK_SELECTION_EXTENDED selection mode
Matthias Clasen [Sun, 29 Aug 2010 02:42:59 +0000 (22:42 -0400)]
Remove deprecated GTK_SELECTION_EXTENDED selection mode

15 years agoRemove deprecated text and text_length field in GtkEntry
Matthias Clasen [Sun, 29 Aug 2010 02:27:36 +0000 (22:27 -0400)]
Remove deprecated text and text_length field in GtkEntry

These fields have been superseded by GtkEntryBuffer.

15 years agoMove deprectated menu enumerations to a private header
Matthias Clasen [Sun, 29 Aug 2010 01:24:11 +0000 (21:24 -0400)]
Move deprectated menu enumerations to a private header

The GtkSubmenuDirection and GtkSubmenuPlacement enumerations
have been deprecated as public API for a while, but are still used
internally in the menu code. Move them to a private header. This
also prevents to generation of GObject boilerplate for these enums.

15 years agoRemove the long deprecated GDK_WINDOW_DIALOG type.
Matthias Clasen [Sun, 29 Aug 2010 00:10:02 +0000 (20:10 -0400)]
Remove the long deprecated GDK_WINDOW_DIALOG type.

This has been deprecated forever, and was just left in for
compatibility reasons.

15 years agoDeclare the GtkWidget::window-dragging style property as readonly
Matthias Clasen [Sun, 29 Aug 2010 00:08:14 +0000 (20:08 -0400)]
Declare the GtkWidget::window-dragging style property as readonly

This is how we generally declare style properties, and declaring
this one r/w was just an oversight.

15 years agoRemove long-deprecated page-horizontally signal
Matthias Clasen [Sat, 28 Aug 2010 23:26:42 +0000 (19:26 -0400)]
Remove long-deprecated page-horizontally signal

This signal has been superseded by GTK_MOVEMENT_HORIZONTAL_PAGES
long ago. This breaks the GtkTextView ABI.

15 years agoRemove a workaround for old toolbar api
Matthias Clasen [Sat, 28 Aug 2010 23:11:23 +0000 (19:11 -0400)]
Remove a workaround for old toolbar api

The old, deprecated toolbar api has been removed, so this workaround
is no longer necessary.

15 years agoRemove deprecated GTK_CALENDAR_WEEK_START_MONDAY option
Matthias Clasen [Sat, 28 Aug 2010 23:09:21 +0000 (19:09 -0400)]
Remove deprecated GTK_CALENDAR_WEEK_START_MONDAY option

This has been deprecated and ignored for a long time.

15 years agoRemove deprecated 'shadow' properties in GtkFrame and GtkHandleBox
Matthias Clasen [Sat, 28 Aug 2010 21:20:53 +0000 (17:20 -0400)]
Remove deprecated 'shadow' properties in GtkFrame and GtkHandleBox

15 years agoUpdate British English translation
Philip Withnall [Sat, 28 Aug 2010 12:42:36 +0000 (13:42 +0100)]
Update British English translation

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Sat, 28 Aug 2010 07:27:28 +0000 (10:27 +0300)]
Updated Hebrew translation.

15 years agoFixed debug build for GTK_PLUG (plug)->socket_window direct accesses.
Tristan Van Berkom [Sat, 28 Aug 2010 07:19:16 +0000 (16:19 +0900)]
Fixed debug build for GTK_PLUG (plug)->socket_window direct accesses.

15 years agoAdded initial revision of GtkWrapBox container widget and test case.
Tristan Van Berkom [Sat, 28 Aug 2010 06:59:23 +0000 (15:59 +0900)]
Added initial revision of GtkWrapBox container widget and test case.

15 years agogtk/gtkwidget.c: Use accessor functions to access GtkWindow
Javier Jardón [Sat, 28 Aug 2010 01:40:47 +0000 (03:40 +0200)]
gtk/gtkwidget.c: Use accessor functions to access GtkWindow

15 years agodocs/reference/gtk/gtk3-sections.txt: Use GtkFooPrivate instead GtkFooPriv
Javier Jardón [Sat, 28 Aug 2010 01:22:45 +0000 (03:22 +0200)]
docs/reference/gtk/gtk3-sections.txt: Use GtkFooPrivate instead GtkFooPriv

This completes commit 1e5d7c022596b7146638ef8bd74f544725f9bf2b

15 years agoUpdated Galician translations
Fran Diéguez [Fri, 27 Aug 2010 21:25:56 +0000 (23:25 +0200)]
Updated Galician translations

15 years agoGtkPlug: move public members to private structures
Javier Jardón [Mon, 23 Aug 2010 19:29:13 +0000 (21:29 +0200)]
GtkPlug: move public members to private structures

15 years agoUse accessor functions to access GtkPlug
Javier Jardón [Mon, 23 Aug 2010 21:11:34 +0000 (23:11 +0200)]
Use accessor functions to access GtkPlug

15 years agoUpdated French translation
Bruno Brouard [Fri, 27 Aug 2010 20:19:23 +0000 (22:19 +0200)]
Updated French translation

15 years agoUpdated French translation
Bruno Brouard [Fri, 27 Aug 2010 18:54:25 +0000 (20:54 +0200)]
Updated French translation

15 years agoAdd missing files in po-properties/POTFILES.in
Claude Paroz [Fri, 27 Aug 2010 16:34:10 +0000 (18:34 +0200)]
Add missing files in po-properties/POTFILES.in

Accessorily, use the same sort in both POTFILES.in to easily compare
files.

15 years agoUpdated Bulgarian translation
Alexander Shopov [Fri, 27 Aug 2010 05:15:55 +0000 (08:15 +0300)]
Updated Bulgarian translation

15 years agoUpdated Hebrew translation.
Yaron Shahrabani [Fri, 27 Aug 2010 13:19:53 +0000 (16:19 +0300)]
Updated Hebrew translation.

15 years agoUse GtkFooPrivate instead GtkFooPriv
Javier Jardón [Thu, 26 Aug 2010 17:15:37 +0000 (19:15 +0200)]
Use GtkFooPrivate instead GtkFooPriv

15 years agogtk/gtkseparator: Do not use GET_PRIVATE macro all the time
Javier Jardón [Thu, 26 Aug 2010 16:00:09 +0000 (18:00 +0200)]
gtk/gtkseparator: Do not use GET_PRIVATE macro all the time

Use a private pointer instead

15 years agogtk/gtkfilesystem: Do not use GET_PRIVATE macro all the time
Javier Jardón [Thu, 26 Aug 2010 13:57:05 +0000 (15:57 +0200)]
gtk/gtkfilesystem: Do not use GET_PRIVATE macro all the time

Use a private pointer instead

15 years agogdk/gdkwindowimpl.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 23:17:44 +0000 (01:17 +0200)]
gdk/gdkwindowimpl.c: Use G_DEFINE_INTERFACE macro

15 years agogdk/x11/gdkeventtranslator.c: use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 23:17:18 +0000 (01:17 +0200)]
gdk/x11/gdkeventtranslator.c: use G_DEFINE_INTERFACE macro

15 years agoUpdated Hungarian translation
Gabor Kelemen [Thu, 26 Aug 2010 02:01:47 +0000 (04:01 +0200)]
Updated Hungarian translation

15 years agogtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:59:02 +0000 (21:59 +0200)]
gtk/gtksizerequest.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtktoolshell.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:59:15 +0000 (21:59 +0200)]
gtk/gtktoolshell.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkcellsizerequest.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:58:50 +0000 (21:58 +0200)]
gtk/gtkcellsizerequest.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:58:37 +0000 (21:58 +0200)]
gtk/gtkcelllayout.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkrecentchooser.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:58:18 +0000 (21:58 +0200)]
gtk/gtkrecentchooser.c: Use G_DEFINE_INTERFACE macro

15 years agogtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macro
Javier Jardón [Wed, 25 Aug 2010 19:57:52 +0000 (21:57 +0200)]
gtk/gtkfilechooser.c: Use G_DEFINE_INTERFACE macro

15 years agoFix trivial doc typo
Matthias Clasen [Wed, 25 Aug 2010 22:17:43 +0000 (18:17 -0400)]
Fix trivial doc typo

Pointed out in bug 627912.

15 years agoUse G_DEFINE_INTERFACE macro in gtkactivatable
Javier Jardón [Wed, 14 Apr 2010 01:35:30 +0000 (03:35 +0200)]
Use G_DEFINE_INTERFACE macro in gtkactivatable

https://bugzilla.gnome.org/show_bug.cgi?id=605186

15 years agoMake gdk_keymap_map_virtual_modifiers work early
Matthias Clasen [Wed, 25 Aug 2010 05:05:29 +0000 (01:05 -0400)]
Make gdk_keymap_map_virtual_modifiers work early

It needs to ensure that we have an uptodate modmap. Bug 616401

15 years agoDocument that the GTK_STOCK_FILE label is new
Matthias Clasen [Wed, 25 Aug 2010 04:46:47 +0000 (00:46 -0400)]
Document that the GTK_STOCK_FILE label is new

15 years agoMake the initial focus in dialogs work as intended
Matthias Clasen [Wed, 25 Aug 2010 04:43:16 +0000 (00:43 -0400)]
Make the initial focus in dialogs work as intended

We had code that tried to prevent selecting the text in the label
if we end up focusing a label, but it didn't take effect, because
we were moving the focus into the label again afterwards.

15 years agoMake empty buttonboxes work again
Matthias Clasen [Wed, 25 Aug 2010 04:29:27 +0000 (00:29 -0400)]
Make empty buttonboxes work again

There was some less than careful / nvis_children.

15 years agoMake builtin rc consistent
Matthias Clasen [Wed, 25 Aug 2010 04:28:23 +0000 (00:28 -0400)]
Make builtin rc consistent

I removed the default label style a few days ago, so it should
no longer be referenced either.

15 years agoRemove depth restriction from gtk_combo_box_set_active_iter docs
Matthias Clasen [Wed, 25 Aug 2010 01:49:33 +0000 (21:49 -0400)]
Remove depth restriction from gtk_combo_box_set_active_iter docs

While it may not work perfectly in menu mode, it works fine for
list mode. Bug 627843.

15 years agobgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new...
Sergey Orlov [Tue, 24 Aug 2010 18:17:15 +0000 (13:17 -0500)]
bgo#614006 - GtkFileSystemModel - Make sure to generate node IDs are valid for new files

When a file was inserted during the period that the editable row was
active, the node IDs would not get updated correctly.

Signed-off-by: Federico Mena Quintero <federico@novell.com>
15 years agotests/testsocket: Fix broken test
Javier Jardón [Tue, 24 Aug 2010 19:11:36 +0000 (21:11 +0200)]
tests/testsocket: Fix broken test

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627867

15 years agogdk/gdkwindow.c: Fix compilation warning
Javier Jardón [Tue, 24 Aug 2010 19:27:57 +0000 (21:27 +0200)]
gdk/gdkwindow.c: Fix compilation warning

15 years agoUse gtk_window_has_group() to know if the window has an explicit window group.
Javier Jardón [Tue, 24 Aug 2010 14:10:38 +0000 (16:10 +0200)]
Use gtk_window_has_group() to know if the window has an explicit window group.

gtk_window_get_group() never returns NULL; if the window isn't in a group,
a default window group is returned instead. Use gtk_window_has_group() instead.
This fixes some previous commits to use accessors to access GtkWindow.

Reported by Philip Withnall in bug
https://bugzilla.gnome.org/show_bug.cgi?id=627828

15 years ago[l10n] Updated Estonian translation
Ivar Smolin [Tue, 24 Aug 2010 12:11:59 +0000 (15:11 +0300)]
[l10n] Updated Estonian translation

15 years agoAdded Armenian translation - po file. Modified LINGUAS.
noch [Tue, 24 Aug 2010 05:01:41 +0000 (10:01 +0500)]
Added Armenian translation - po file. Modified LINGUAS.

15 years agoAdded Armenian translation - po file in ./po and ./po-properties directories. Modifie...
noch [Tue, 24 Aug 2010 04:54:38 +0000 (09:54 +0500)]
Added Armenian translation - po file in ./po and ./po-properties directories. Modified LINGUAS.

15 years agoGtkRange: move public members to private structure
Javier Jardón [Mon, 16 Aug 2010 06:27:49 +0000 (08:27 +0200)]
GtkRange: move public members to private structure

15 years agoUse accessor functions to access GtkRange
Javier Jardón [Fri, 13 Aug 2010 00:35:49 +0000 (02:35 +0200)]
Use accessor functions to access GtkRange

15 years agogtkscalebutton: use accessor functions to access GtkRange
Javier Jardón [Thu, 12 Aug 2010 23:43:27 +0000 (01:43 +0200)]
gtkscalebutton: use accessor functions to access GtkRange